home *** CD-ROM | disk | FTP | other *** search
- Path: news.sunquest.com!news
- From: Dean Schulze <schulze@vega.lpl.arizona.edu>
- Newsgroups: comp.lang.fortran,comp.lang.c++
- Subject: Mixing gcc & g77 modules; using gcc & g77 under WinNT
- Date: 9 Jan 1996 21:11:29 GMT
- Organization: Sunquest Information Systems, Inc.
- Message-ID: <4culm1$gim@odin.sunquest.com>
- NNTP-Posting-Host: dwspc.sunquest.com
- Mime-Version: 1.0
- Content-Type: text/plain
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 1.2 (Windows; U; 32bit)
-
-
- Is anyone using g77 to do mixed language programming, or just
- running g77 under Windows NT? I am considering abandoning Microsoft's
- VC++4.0 and Powerstation 4.0 compilers due to the difficulty in
- doing mixed language programming with them. (They carefully avoid
- mentioning these difficulties when promoting their compilers.) Before
- I take another plunge into the unknown I need to determine some things
- about using gcc and g77 together:
-
-
- Does gdb work with Fortran source code, or will I have to debug
- my Fortran code by looking at the output from f2c?
-
- Does gdb have a graphical front end under Windows NT or will
- I have to run it from the command line?
-
- Does g77 follow the typical UNIX conventions for naming subroutines
- and subroutines (i.e. subroutine f77fn(a, b, c) would be called from
- C as f77fn_(&a, &b, &c) where a, b, and c are variables of the correct
- type for the corresponding subroutine arguments)?
-
- Do gcc and g77 generate memory.dmp files under WinNT? (memory.dmp
- files are like core dump files under UNIX.)
-
-
- Thanks,
-
- Dean Schulze
-
-
-